Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LEEHAEHYUK
approved these changes
Mar 30, 2025
codeit-kkm
approved these changes
Mar 30, 2025
endmoseung
reviewed
Mar 31, 2025
| const router = useRouter(); | ||
|
|
||
| return ( | ||
| <div> |
Owner
Author
There was a problem hiding this comment.
빠르게 분리하느라 필요 없는 div 태그를 지우는 걸 잊었네요 지우겠습니다!
| > | ||
| <Image | ||
| src={BackIcon} | ||
| className="scale-x-[-1] w-[18px] h-[18px] tablet:w-[18px] tablet:h-[18px]" |
There was a problem hiding this comment.
아래처럼 한번에 적용 가능해요
w-[18px] h-[18px] -> size-[18px]
Owner
Author
There was a problem hiding this comment.
오 감사합니다! 가로세로 높이가 같은 경우에는 알려주신 방법으로 스타일을 적용하도록 하겠습니다!
| className="scale-x-[-1] w-[18px] h-[18px] tablet:w-[18px] tablet:h-[18px]" | ||
| alt="" | ||
| /> | ||
| <div className="font-medium text-md text-gray-800 tablet:text-lg"> |
There was a problem hiding this comment.
돌아가기는 텍스트를 담당하는거같은데 p, span같은 태그를 활용해주세요
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Issue Number
#110
📝 요약
🛠️ PR 유형